stats: change percentage of pixels needed to be part of negative stats
authorØyvind Kolås <pippin@gimp.org>
Sun, 17 Apr 2011 16:58:52 +0000 (17:58 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sun, 17 Apr 2011 16:58:54 +0000 (17:58 +0100)
babl/babl-fish-stats.c

index f5b3e2a2691be2984e1585f26a8b1b69b1742948..f4893dbf877adcbfccf298f2d8247945a1d6a703 100644 (file)
@@ -62,7 +62,7 @@ table_sum_processings_calc (void)
   babl_format_class_for_each (table_source_sum_each, NULL);
 }
 
-#define LIMIT 0.001
+#define LIMIT 0.03
 
 static int
 table_destination_each (Babl *babl,